home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / virus / nav95201.zip / PATCHHLP.BAT < prev    next >
DOS Batch File  |  1997-02-20  |  197b  |  8 lines

  1. @echo off
  2. rem * Helper for RTPatch.
  3. rem * If the patch succeeds, the .RTP file is erased as a flag to the installer.
  4. patch %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. if errorlevel != 0 goto end
  6. del %1
  7. :end
  8.